Platform Explorer / Nuxeo Platform 6.0

Extension point factory

Documentation

This service provides extension points for ContentFactory registering.

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.content.template.service.ContentFactoryDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-content-template-manager-6.0.jar
    <extension point="factory" target="org.nuxeo.ecm.platform.content.template.service.ContentTemplateService">
    
        <contentFactory class="org.nuxeo.ecm.platform.content.template.factories.SimpleTemplateBasedFactory" name="SimpleTemplateFactory"/>
    
        <contentFactory class="org.nuxeo.ecm.platform.content.template.factories.SimpleTemplateBasedRootFactory" name="SimpleTemplateRootFactory"/>
    
        <contentFactory class="org.nuxeo.ecm.platform.content.template.factories.ImportBasedFactory" name="ImportFactory"/>
      </extension>